From: Richard M. Stallman Date: Tue, 15 Jun 1993 20:36:10 +0000 (+0000) Subject: (build-mail-abbrevs): Pass just two args to define-mail-alias. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95319 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b2b01bfa218c1bdc1e843dd01fef4bcbd01bfc46;p=emacs.git (build-mail-abbrevs): Pass just two args to define-mail-alias. --- diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 00ecb7f0cdd..c3295c872ed 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -211,8 +211,7 @@ no aliases, which is represented by this being a table with no entries.)") ; (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1) (define-mail-alias name - (buffer-substring start (point)) - t)))) + (buffer-substring start (point)))))) ;; Resolve forward references in .mailrc file. ;; This would happen automatically before the first abbrev was ;; expanded, but why not do it now.